home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / cfuncs.zip / PRNTXT.DOC < prev    next >
Text File  |  1991-06-14  |  648b  |  15 lines

  1. /*--------------------------------------------------------------*/
  2. /*------------------------ textprinter -------------------------*/
  3. /*DESCRIPTION: Due to a flaw in Turbo C that does not allow     */
  4. /*    you to change the stdprn stream to text mode, a new    */
  5. /*    stream directed to the printer opened for text must    */
  6. /*    be used.                                                  */
  7. /*                                */
  8. /*RETURNS: The address of a stream that will print to the     */
  9. /*       printer in text mode, or NULL on an error.        */
  10. /*                                */
  11. /*USES: nothing                            */
  12. /*IN: ffile.c                             */
  13. /*--------------------------------------------------------------*/
  14.  
  15.